home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
temacd
/
rapidphp
/
rapidphp7.exe
/
{app}
/
data
/
regexpr.dat
< prev
Wrap
Text File
|
2005-10-05
|
455b
|
17 lines
. Any single character=.
* Zero or more=*
+ One or more=+
^ Beginning of line=^
$ End of line=$
[] Any one character in the set=[]
[^] Any one character not in the set=[^]
\ Escape special character=\
-
HEX color=#[0-9a-fA-F]*
RGB color=[Rr][Gg][Bb]\([^)]*\)
Number=[\-\+]*[\.]*[0-9]+[\.]*[0-9]*
Double quoted string="[^"]*"
Single quoted string='[^']*'
HTML image tag=<img[^>]+>
HTML hyperlink=<a[^>]+>.+</a>
HTML comment=<!--[^(-->)]*-->